Visual Studio projects: Rename tools to become gtk4-*
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 27 Oct 2016 04:22:53 +0000 (12:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 27 Oct 2016 04:48:49 +0000 (12:48 +0800)
commit710e706643f4d0fcfd11ac459511028bae6878f9
tree7d6f7da9820fe53434e70e80c574a111b237587c
parent56b25e2574cad338d5549561deb024301452b660
Visual Studio projects: Rename tools to become gtk4-*

This follows what happens in the autotools builds.

Also fix some project namespaces and the install project where there is a typo
in a project dep, which may cause a problem during the build.
21 files changed:
build/win32/vs12/Makefile.am
build/win32/vs12/gtk+-4.sln
build/win32/vs12/gtk-builder-tool.vcxproj [deleted file]
build/win32/vs12/gtk-builder-tool.vcxproj.filters [deleted file]
build/win32/vs12/gtk-encode-symbolic-svg.vcxproj [deleted file]
build/win32/vs12/gtk-encode-symbolic-svg.vcxproj.filters [deleted file]
build/win32/vs12/gtk-query-settings.vcxproj [deleted file]
build/win32/vs12/gtk-query-settings.vcxproj.filters [deleted file]
build/win32/vs12/gtk-update-icon-cache.vcxproj [deleted file]
build/win32/vs12/gtk-update-icon-cache.vcxproj.filters [deleted file]
build/win32/vs12/gtk4-builder-tool.vcxproj [new file with mode: 0644]
build/win32/vs12/gtk4-builder-tool.vcxproj.filters [new file with mode: 0644]
build/win32/vs12/gtk4-encode-symbolic-svg.vcxproj [new file with mode: 0644]
build/win32/vs12/gtk4-encode-symbolic-svg.vcxproj.filters [new file with mode: 0644]
build/win32/vs12/gtk4-install.propsin
build/win32/vs12/gtk4-install.vcxproj
build/win32/vs12/gtk4-query-settings.vcxproj [new file with mode: 0644]
build/win32/vs12/gtk4-query-settings.vcxproj.filters [new file with mode: 0644]
build/win32/vs12/gtk4-update-icon-cache.vcxproj [new file with mode: 0644]
build/win32/vs12/gtk4-update-icon-cache.vcxproj.filters [new file with mode: 0644]
build/win32/vs14/Makefile.am